github.com/refraction-networking/utls.echConfig.Length (field)
5 uses
github.com/refraction-networking/utls (current package)
ech.go#L45: Length uint16
ech.go#L65: if !s.ReadUint16(&ec.Length) {
ech.go#L68: if len(ec.raw) < int(ec.Length)+4 {
ech.go#L71: ec.raw = ec.raw[:ec.Length+4]
ech.go#L73: s.Skip(int(ec.Length))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |